home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / hacky_sack_jr.swf / scripts / DefineButton2_269 / BUTTONCONDACTION on(keyPress 7).as < prev    next >
Text File  |  2011-08-19  |  143b  |  10 lines

  1. on(keyPress "7"){
  2.    set("/:char","1");
  3.    tellTarget("/bot")
  4.    {
  5.       gotoAndStop("2");
  6.       play();
  7.    }
  8.    set("/:move","0");
  9. }
  10.